.test .box_hd {
  text-align: center;
}
.test .box_hd h2 {
  font-size: 40px;
  color: #1b1b1b;
  line-height: 40px;
  font-weight: bold;
}
.test .box_hd h2 span {
  color: #177ff1;
}
.test .box_hd a {
  float: right;
  height: 25px;
  border: 1px #ccced3 solid;
  border-radius: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 5px 11px 0 0;
  font-size: 14px;
  color: #737373;
  cursor: pointer;
}
.test .box_hd a:hover {
  background: #216ef4;
  color: #fff;
  border-color: #216ef4;
}
.test .box_hd p {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 21px;
  padding-top: 20px;
}
.test .box0 {
  height: 100px;
  background-color: #fff;
}
.test .boxNav {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 101;
  background-color: rgba(255, 255, 255, 0.03);
}
.test .boxNav .hei {
  display: none;
}
.test .boxNav.cur {
  position: fixed;
  top: 0;
  height: 100px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 30px;
}
.test .boxNav.on {
  background-color: #ffffff;
}
.test .boxNav.cur .bai,
.test .boxNav.on .bai {
  display: none;
}
.test .boxNav.cur .hei,
.test .boxNav.on .hei {
  display: block;
}
.test .boxNav .inner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  min-width: 1200px;
  height: 40px;
  padding: 0 6px 0 23px;
  box-sizing: border-box;
}
.test .boxNav.cur .inner {
  width: 70%;
}
.test .boxNav .logo {
  display: flex;
}
.test .boxNav .logo img {
  width: 136px;
}
.test .boxNav .logo p {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  padding-left: 33px;
}
.test .boxNav .logo p a {
  color: #fff;
}
.test .boxNav .logo p:before {
  position: absolute;
  left: 17px;
  top: 5px;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
}
.test .boxNav.cur .logo p a,
.test .boxNav.on .logo p a {
  color: #b3b3b3;
}
.test .boxNav.cur .logo p:before,
.test .boxNav.on .logo p:before {
  background-color: #d5d5d5;
}
.test .boxNav .nav {
  width: 650px;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.test .boxNav .nav p {
  position: relative;
  width: 96px;
  height: 34px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  font-weight: 300;
}
.test .boxNav .nav p.cur {
  font-weight: bold;
}
.test .boxNav .nav p.cur u {
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: -15px;
}
.test .boxNav.cur .nav p,
.test .boxNav.on .nav p {
  color: #999;
}
.test .boxNav.cur .nav p.cur,
.test .boxNav.on .nav p.cur {
  color: #333333;
}
.test .boxNav.cur .nav p.cur u,
.test .boxNav.on .nav p.cur u {
  background-color: #1c7bec;
}
.test .banner {
  position: relative;
}
.test .banner .slideBox,
.test .banner .slideBox .bd .li_in,
.test .banner .slideBox .bd a {
  height: 650px;
}
.test .banner .slideBox .hd {
  width: 1200px;
  display: none;
}
.test .banner .slideBox .bb {
  bottom: 330px;
}
.test .ban .slideBox:hover .bb {
  display: block;
}
.test .ban .slideban .prev,
.test .ban .slideban .next {
  background-color: rgba(255, 255, 255, 0.1);
}
.test .bigTitle {
  text-align: center;
}
.test .bigTitle h1 {
  color: #323543;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
}
.test .bigTitle h1 span {
  color: #1c7bec;
}
.test .bigTitle h1 span.hot {
  color: #fd6248;
}
.test .bigTitle p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #717276;
  line-height: 18px;
  letter-spacing: 3px;
}
.test .smallTitle {
  color: #002bff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.test .btnbox {
  display: flex;
  justify-content: center;
}
.test .btnbox .a_btn {
  position: relative;
  top: 0;
  font-size: 20px;
  color: #fff;
  background: -moz-linear-gradient(to bottom, #fd5946, #ffa155);
  background: linear-gradient(to bottom, #fd5946, #ffa155);
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  margin: 0 12px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 15px 54px 15px 40px;
  line-height: 30px;
  box-sizing: border-box;
}
.test .btnbox .a_btn:hover {
  top: -5px;
  box-shadow: none;
}
.test .btnbox .a_btn2 {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  border: 1px solid #6db6ff;
  color: #ffeb65;
  background: transparent;
  box-shadow: none;
  margin-left: -134px;
}
.test .btnbox .a_btn::after {
  position: absolute;
  right: 26px;
  top: 26px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #ffffff;
  opacity: 0.5;
  content: "";
}
.test .btnbox .a_btn2::after {
  top: 21px;
}
.test .innerContent,
.test .innerMain {
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
.test .testModule {
  padding: 100px 0 80px;
}
.test .testMoudle1 {
  padding: 40px 0 50px;
  background-color: #ffffff;
}
.test .testMoudle1 .innerContent {
  background: linear-gradient(0deg, #ffffff 0%, #eff8ff 100%);
  border-radius: 18px;
  padding: 30px 0;
}
.test .testMoudle1 .innerContent .oul1 {
  display: flex;
  justify-content: space-around;
}
.test .testMoudle1 .innerContent .oul1 li {
  padding-left: 80px;
  position: relative;
  box-sizing: border-box;
}
.test .testMoudle1 .innerContent .oul1 li h3 {
  font-size: 20px;
  color: #1451e7;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.test .testMoudle1 .innerContent .oul1 li h3::after {
  position: absolute;
  left: 86px;
  top: 7px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #1451e7;
  content: "";
}
.test .testMoudle1 .innerContent .oul1 li p {
  width: 165px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(2) h3 {
  color: #ff5069;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(2) h3::after {
  border-color: #ff5069;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(2) p {
  width: 220px;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(3) h3 {
  color: #3079ff;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(3) h3::after {
  border-color: #3079ff;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(3) p {
  width: 125px;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(4) h3 {
  color: #ff7140;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(4) h3::after {
  left: 86px;
  border-color: #ff7140;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(4) p {
  width: 190px;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(4) p span {
  font-weight: 400;
  font-size: 12px;
  color: #b3aba6;
  line-height: 20px;
}
.test .testMoudle1 .innerContent .oul1 li::before {
  background: url("/pc/module/hongmeng/images/icon.png") no-repeat 0px 0px;
  content: "";
  position: absolute;
  left: 24px;
  top: 2px;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(1)::before {
  width: 40px;
  height: 43px;
  background-position-y: -214px;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(2)::before {
  width: 43px;
  height: 43px;
  background-position-y: 0px;
  left: 14px;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(3)::before {
  width: 41px;
  height: 40px;
  background-position-y: -72px;
}
.test .testMoudle1 .innerContent .oul1 li:nth-child(4)::before {
  width: 41px;
  height: 41px;
  background-position-y: -142px;
}
.test .testMoudle1 .innerContent .oul1 .txt::after {
  position: absolute;
  top: 20px;
  right: -38px;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 42px;
  background-color: rgba(254, 140, 81, 0.1);
  content: "";
}
.test .testMoudle1 .innerMain {
  width: 1300px;
  height: 160px;
  background: url("/pc/module/test/images/part1-card-bg.png") no-repeat center center;
  border-radius: 18px;
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
.test .testMoudle1 .innerMain .testJob {
  display: flex;
  justify-content: space-around;
  height: 120px;
  overflow: hidden;
  margin-top: 22px;
}
.test .testMoudle1 .innerMain .testJob h4 {
  position: relative;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  left: 55px;
  top: 2px;
  width: 80px;
  margin-right: 70px;
}
.test .testMoudle1 .innerMain .oul2 {
  width: 410px;
  color: #fff;
  line-height: 24px;
}
.test .testMoudle1 .innerMain .oul2 li {
  font-size: 13px;
}
.test .testMoudle1 .innerMain .kbbox {
  height: 120px;
  border-radius: 20px;
  margin: 10px auto 150px;
  position: relative;
}
.test .testMoudle1 .innerMain .kbbox h4 {
  position: absolute;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  left: 44px;
  top: 14px;
}
.test .testMoudle1 .innerMain .kbbox::after {
  position: absolute;
  top: 20px;
  left: 4px;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 100px;
  background-color: #ffffff;
  opacity: 0.2;
  content: "";
}
.test .testMoudle1 .innerMain .kbbox .head_kb {
  display: flex;
  justify-content: space-between;
}
.test .testMoudle1 .innerMain .techcen_right {
  width: 600px;
  margin-left: 26px;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info {
  float: none;
  width: 600px;
  height: 90px;
  display: flex;
  justify-content: space-evenly;
  background: none;
  margin-top: 10px;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .hd {
  position: relative;
  width: 110px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background-color: #fff;
  margin: 40px 0 0;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .select dt {
  width: 110px;
  box-sizing: border-box;
  height: 40px;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  padding-left: 15px;
  font-size: 15px;
  z-index: auto;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .select dt::after {
  position: absolute;
  right: 16px;
  top: 13px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-color: #005aee;
  content: "";
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .select dd {
  right: -10px;
  top: 54px;
  border-radius: 8px;
  border: none;
  width: 145px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  padding: 5px;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .select dd ul li {
  width: 50%;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .bd ul li strong i,
.test .testMoudle1 .innerMain .techcen_right .kb_info .select dt i {
  display: none !important;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .bd,
.test .testMoudle1 .innerMain .techcen_right .kb_info .bd ul {
  width: 460px !important;
  height: 130px !important;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .bd ul li {
  width: 460px;
  display: flex;
  justify-content: space-between;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .bd ul li p {
  overflow: visible;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .bd ul li p a {
  color: #fff;
  font-size: 13px;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .bd ul li p a strong {
  color: #feffac;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .bd ul li p a .man {
  color: #fff !important;
}
.test .testMoudle1 .innerMain .techcen_right .kb_info .bd ul li a.itcast_click {
  height: 24px;
  line-height: 30px;
}
.test .testMoudle2 {
  background: url("/pc/module/test/images/part-bg.png") no-repeat center center;
  background-size: cover;
}
.test .testMoudle2 .part2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.test .testMoudle2 .part2-left {
  width: 347px;
}
.test .testMoudle2 .part2-left > div {
  width: 347px;
  height: 110px;
  background: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  padding-left: 35px;
  padding-top: 28px;
  position: relative;
}
.test .testMoudle2 .part2-left > div h4 {
  font-weight: bold;
  font-size: 24px;
  color: #323543;
  line-height: 24px;
  margin-bottom: 16px;
}
.test .testMoudle2 .part2-left > div span {
  font-weight: 400;
  font-size: 15px;
  color: #909eab;
  line-height: 15px;
}
.test .testMoudle2 .part2-left > div:nth-child(2) {
  margin-top: 18px;
  margin-bottom: 18px;
}
.test .testMoudle2 .part2-left > div.cur {
  background: linear-gradient(90deg, #2d6cf2, #865dff);
}
.test .testMoudle2 .part2-left > div.cur h4 {
  color: #fff99b;
}
.test .testMoudle2 .part2-left > div.cur span {
  color: #ffffff;
}
.test .testMoudle2 .part2-left > div.cur::after {
  content: "";
  width: 16px;
  height: 28px;
  background: url("/pc/module/test/images/icon.png") no-repeat 0 0;
  position: absolute;
  right: -32px;
  top: 40px;
}
.test .testMoudle2 .part2-right {
  width: 900px;
  height: 406px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.test .testMoudle2 .part2-right img {
  display: none;
}
.test .testMoudle2 .part2-right img.cur {
  display: block;
}
.test .testMoudle3 {
  background: url("/pc/module/test/images/part3-bg.png") no-repeat center center;
  background-size: cover;
  padding-top: 168px;
  padding-bottom: 67px;
  height: 450px;
  box-sizing: border-box;
}
.test .testMoudle3 .part3 {
  padding-left: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.test .testMoudle3 .part3 > div {
  width: 255px;
  height: 130px;
  background: linear-gradient(0deg, rgba(179, 220, 255, 0.2), rgba(27, 151, 250, 0));
  border-radius: 20px;
  margin-right: 13px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 17px;
}
.test .testMoudle3 .part3 > div:last-child {
  margin-right: 0;
}
.test .testMoudle3 .part3 > div h4 {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 15px;
}
.test .testMoudle3 .part3 > div span {
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
  opacity: 0.7;
}
.test .testMoudle3 .part3 > div i {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  opacity: 0.4;
}
.test .testMoudle4 .part4 {
  padding-bottom: 140px;
  position: relative;
}
.test .testMoudle4 .part4 img {
  display: block;
  width: 374px;
  height: 366px;
  margin: 78px auto 0;
}
.test .testMoudle4 .part4 h3 {
  height: 64px;
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 222px;
  left: 50%;
  transform: translateX(-50%);
}
.test .testMoudle4 .part4 > div {
  position: absolute;
}
.test .testMoudle4 .part4 > div h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.test .testMoudle4 .part4 > div p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 16px;
}
.test .testMoudle4 .part4 > div span {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #ffffff;
  border-radius: 6px;
  padding: 6px 14px;
}
.test .testMoudle4 .part4-1 {
  top: 20px;
  left: 40px;
  text-align: right;
}
.test .testMoudle4 .part4-1 h4 {
  color: #1c7bec;
}
.test .testMoudle4 .part4-1 span {
  background: linear-gradient(90deg, #1e7eff, #6db6ff);
}
.test .testMoudle4 .part4-2 {
  top: 22px;
  left: 840px;
  text-align: left;
}
.test .testMoudle4 .part4-2 h4 {
  color: #2d6cf2;
}
.test .testMoudle4 .part4-2 span {
  background: linear-gradient(90deg, #6db6ff, #1e7eff);
}
.test .testMoudle4 .part4-3 {
  top: 194px;
  left: 46px;
  text-align: right;
}
.test .testMoudle4 .part4-3 h4 {
  color: #fd5974;
}
.test .testMoudle4 .part4-3 span {
  background: linear-gradient(90deg, #fd5974, #ffa3b2);
}
.test .testMoudle4 .part4-4 {
  top: 194px;
  left: 850px;
  text-align: left;
}
.test .testMoudle4 .part4-4 h4 {
  color: #6a61fb;
}
.test .testMoudle4 .part4-4 span {
  background: linear-gradient(90deg, #a9a4ff, #6a61fb);
}
.test .testMoudle4 .part4-5 {
  top: 378px;
  left: 356px;
  text-align: center;
}
.test .testMoudle4 .part4-5 h4 {
  color: #865dff;
}
.test .testMoudle4 .part4-5 span {
  background: linear-gradient(90deg, #c2aeff, #865dff);
}
.test .testMoudle5 {
  background: url("/pc/module/test/images/part5-bg.jpg") no-repeat center center;
  background-size: cover;
}
.test .testMoudle5 .bigTitle h1 {
  color: #fff;
}
.test .testMoudle5 .bigTitle h1 span {
  color: #feff82;
}
.test .testMoudle5 .part5 {
  padding: 55px 0 30px;
}
.test .testMoudle5 .part5-1 {
  position: relative;
}
.test .testMoudle5 .part5-1__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 355px;
  background: rgba(254, 133, 79, 0.3);
  border-radius: 20px;
}
.test .testMoudle5 .part5-1__left {
  width: calc(100% - 720px);
  padding: 48px 37px 42px 54px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.test .testMoudle5 .part5-1__left > div {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
.test .testMoudle5 .part5-1__left > div:nth-child(1),
.test .testMoudle5 .part5-1__left > div:nth-child(2) {
  border-bottom: 1px solid #ff8661;
  padding-bottom: 38px;
}
.test .testMoudle5 .part5-1__left > div:nth-child(3),
.test .testMoudle5 .part5-1__left > div:nth-child(4) {
  padding-top: 38px;
}
.test .testMoudle5 .part5-1__left > div:nth-child(2n) {
  border-left: 1px solid #ff8661;
}
.test .testMoudle5 .part5-1__left > div h3 {
  font-weight: bold;
  font-size: 36px;
  color: #ffeaa3;
  line-height: 30px;
  margin-bottom: 15px;
}
.test .testMoudle5 .part5-1__left > div p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.test .testMoudle5 .part5-1__left > div span {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  opacity: 0.51;
  margin-top: 15px;
}
.test .testMoudle5 .part5-1__right {
  width: 720px;
  height: 355px;
  border-radius: 20px;
  background: #ffffff;
  position: relative;
}
.test .testMoudle5 .part5-1__right h4 {
  height: 73px;
  background: #ffead6;
  border-radius: 20px 20px 0 0;
  line-height: 73px;
  font-weight: bold;
  font-size: 24px;
  color: #fd6449;
  text-align: center;
}
.test .testMoudle5 .part5-1__right .list1,
.test .testMoudle5 .part5-1__right .list2,
.test .testMoudle5 .part5-1__right .list3 {
  height: 216px;
  overflow-y: hidden;
}
.test .testMoudle5 .part5-1__right .item-label {
  padding: 26px 50px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.test .testMoudle5 .part5-1__right .item-label > span:nth-child(1) {
  width: 10%;
}
.test .testMoudle5 .part5-1__right .item-label > span:nth-child(2) {
  width: 10%;
}
.test .testMoudle5 .part5-1__right .item-label > span:nth-child(3) {
  width: 22%;
}
.test .testMoudle5 .part5-1__right .item-label > span:nth-child(4) {
  width: 17%;
}
.test .testMoudle5 .part5-1__right .item-label > span:nth-child(5) {
  width: 17%;
}
.test .testMoudle5 .part5-1__right .item-label > span:nth-child(6) {
  width: 25%;
}
.test .testMoudle5 .part5-1__right .item-text li {
  padding: 0 50px;
  display: flex;
  align-items: center;
  text-align: center;
}
.test .testMoudle5 .part5-1__right .item-text li span {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.test .testMoudle5 .part5-1__right .item-text li span:nth-child(1) {
  width: 10%;
}
.test .testMoudle5 .part5-1__right .item-text li span:nth-child(2) {
  width: 10%;
}
.test .testMoudle5 .part5-1__right .item-text li span:nth-child(3) {
  width: 22%;
}
.test .testMoudle5 .part5-1__right .item-text li span:nth-child(4) {
  width: 17%;
}
.test .testMoudle5 .part5-1__right .item-text li span:nth-child(5) {
  width: 17%;
}
.test .testMoudle5 .part5-1__right .item-text li span:nth-child(6) {
  width: 25%;
}
.test .testMoudle5 .part5-1__right .color-red {
  color: #fd6248 !important;
  font-weight: bold;
}
.test .testMoudle5 .part5-1__right .mb {
  position: absolute;
  bottom: 6px;
  left: 10px;
  height: 24px;
}
.test .testMoudle5 .part5-1 .swiper-button-next,
.test .testMoudle5 .part5-1 .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: #ffead6;
  border-radius: 50%;
  color: #fd6449;
  z-index: 999;
  top: 40px;
  cursor: pointer;
}
.test .testMoudle5 .part5-1 .swiper-button-prev {
  left: 660px;
}
.test .testMoudle5 .part5-1 .swiper-button-next {
  right: 30px;
}
.test .testMoudle5 .part5-1 .swiper-button-next:after,
.test .testMoudle5 .part5-1 .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bolder;
}
.test .testMoudle5 .part5-1 .swiper-button-next:hover,
.test .testMoudle5 .part5-1 .swiper-button-prev:hover {
  background: #ffffff;
}
.test .testMoudle5 .part5-1 .desc {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 14px;
  text-align: right;
}
.test .testMoudle5 .part5-2 {
  z-index: 99;
}
.test .testMoudle5 .part5-2 .part5-main2-title {
  margin: 45px 0 30px 38px;
  padding-left: 38px;
  display: flex;
  align-items: center;
  background: url("/pc/module/test/images/icon.png") no-repeat 0 -145px;
}
.test .testMoudle5 .part5-2 .part5-main2-title span {
  font-size: 20px;
  color: #ffffff;
}
.test .testMoudle5 .part5-2 .part5-main2-line {
  padding: 30px;
  height: 221px;
  background: #f4f4f4;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.test .testMoudle5 .part5-2 .part5-main2-line .item {
  display: flex;
  align-items: center;
  width: 33.33%;
}
.test .testMoudle5 .part5-2 .part5-main2-line .item .item-left {
  margin-right: 24px;
  width: 212px;
  height: 161px;
  position: relative;
}
.test .testMoudle5 .part5-2 .part5-main2-line .item .item-left .img-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 212px;
  height: 161px;
  background: #000000;
  border-radius: 10px;
  opacity: 0.5;
  display: none;
}
.test .testMoudle5 .part5-2 .part5-main2-line .item .item-left .img-mask svg {
  width: 61px;
  height: 61px;
}
.test .testMoudle5 .part5-2 .part5-main2-line .item .item-left:hover .img-mask {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.test .testMoudle5 .part5-2 .part5-main2-line .item .item-right {
  width: calc(100% - 236px);
}
.test .testMoudle5 .part5-2 .part5-main2-line .item .item-right div {
  height: 18px;
  line-height: 18px;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.test .testMoudle5 .part5-2 .part5-main2-line .item .item-right p {
  margin-top: 20px;
  line-height: 18px;
  font-weight: 400;
  font-size: 17px;
  color: #222222;
  padding-right: 20px;
}
.test .testMoudle5 .part5-2 .part5-main2-line .item .item-right p span {
  color: #fd6148;
  font-weight: bold;
}
.test .testMoudle6 {
  background: url("/pc/module/test/images/part-bg.png") no-repeat center center;
  background-size: cover;
}
.test .testMoudle6 .part6 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0 50px;
}
.test .testMoudle7 .part7 {
  padding: 50px 0 0;
}
.test .testMoudle7 .part7-line {
  display: flex;
  align-content: center;
  background: url("/pc/module/test/images/part7-pic1.png") no-repeat center center;
  background-size: cover;
  height: 100px;
  border-radius: 20px;
  margin-bottom: 18px;
}
.test .testMoudle7 .part7-line > div {
  box-sizing: border-box;
  padding-top: 26px;
}
.test .testMoudle7 .part7-line > div:nth-child(1) {
  padding-left: 50px;
  width: 370px;
}
.test .testMoudle7 .part7-line > div:nth-child(2) {
  padding-left: 76px;
  width: 521px;
}
.test .testMoudle7 .part7-line > div:nth-child(3) {
  padding-left: 30px;
  width: 404px;
}
.test .testMoudle7 .part7-line > div > h4 {
  font-weight: bold;
  font-size: 24px;
  color: #ffeaa3;
  line-height: 24px;
  margin-bottom: 10px;
}
.test .testMoudle7 .part7-line > div > span {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.test .testMoudle7 .boxlist3 .boxlist3_main {
  margin-bottom: 55px;
  padding: 30px;
  height: 457px;
  display: flex;
  background: #f6f6f6;
  border-radius: 20px;
  box-sizing: border-box;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_left {
  width: 279px;
  height: 397px;
  background: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 15px 18px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_left ul li {
  position: relative;
  height: 50px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  border-radius: 12px;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 3px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_left ul li:last-child {
  margin-bottom: 0;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_left ul li.cur {
  background: #dff3ff;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_left ul li.cur:before {
  position: absolute;
  right: 25px;
  top: 18px;
  width: 9px;
  height: 14px;
  background: url("/pc/module/test/images/icon.png") no-repeat 0 -220px;
  content: "";
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right {
  position: relative;
  width: calc(100% - 279px);
  box-sizing: border-box;
  padding-left: 50px;
  padding-top: 18px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con {
  display: none;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con.cur {
  display: block;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list .plist {
  height: 350px;
  overflow-y: auto;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list .plist::-webkit-scrollbar {
  width: 3px;
  height: 1px;
  background: #e3e8f2;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list .plist::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 3px;
  background: #79a6ff;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list .plist::-webkit-scrollbar-track {
  width: 3px;
  height: 1px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list h3 {
  height: 26px;
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list h3 b {
  font-size: 26px;
  line-height: 26px;
  color: #1371ef;
  margin-right: 26px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list h3 span {
  font-size: 16px;
  color: #999;
  margin-right: 26px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list .conh4 {
  position: relative;
  font-size: 18px;
  color: #333;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list .conh4 .icon1 {
  margin-right: 5px;
  width: 24px;
  height: 17px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list .conh4 .icon2 {
  margin-right: 6px;
  width: 22px;
  height: 19px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list .conh4 .icon3 {
  margin-right: 5px;
  width: 22px;
  height: 28px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list p.conp {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-top: 10px;
  padding-left: 29px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list p.conp3 {
  margin-bottom: 26px;
}
.test .testMoudle7 .boxlist3 .boxlist3_main .boxlist3_right .con7list p.conp3 span {
  margin-right: 35px;
}
.test .testMoudle8 {
  background: url("/pc/module/test/images/part8-bg.png") no-repeat center center;
  background-size: cover;
}
.test .testMoudle8 .part8 {
  margin: 110px 0 50px;
  position: relative;
}
.test .testMoudle8 .part8 img {
  margin: 0 auto;
  display: block;
}
.test .testMoudle8 .part8 > div {
  position: absolute;
  top: 0;
  height: 345px;
  width: 50%;
  box-sizing: border-box;
}
.test .testMoudle8 .part8-1 {
  left: 0;
}
.test .testMoudle8 .part8-1 h4 {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 11px;
}
.test .testMoudle8 .part8-1 h4 span {
  font-size: 14px;
  font-weight: 400;
}
.test .testMoudle8 .part8-1 h4:nth-child(1) {
  padding-left: 220px;
}
.test .testMoudle8 .part8-1 h4:nth-child(2) {
  padding-left: 116px;
}
.test .testMoudle8 .part8-1 h4:nth-child(3) {
  padding-left: 186px;
}
.test .testMoudle8 .part8-1 h4:nth-child(4) {
  padding-left: 146px;
}
.test .testMoudle8 .part8-1 h4:nth-child(5) {
  padding-left: 280px;
}
.test .testMoudle8 .part8-2 {
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.test .testMoudle8 .part8-2 h4 {
  padding-left: 230px;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 31px;
}
.test .testMoudle8 .part8-2 h4:last-child {
  margin-bottom: 0;
}
.test .testMoudle8 .part8-2 h4.hot {
  color: #feff82;
  font-size: 24px;
  line-height: 24px;
}
.test .testMoudle8 .part8-2 h4 i {
  margin-right: 8px;
  font-size: 26px;
}
.test .testMoudle8 .part8-2 h4:first-child i {
  font-size: 28px;
  margin-right: 6px;
}
.test .testMoudle9 {
  padding-top: 0;
}
.test .testMoudle9 .part9 {
  padding: 40px 0 50px;
}
.test .testMoudle9 .part9 .gallery-top {
  width: 1300px;
  height: 450px;
  background: #f4f8ff;
  border-radius: 20px;
  border: 2px solid #8bc2ff;
  box-sizing: border-box;
  margin-top: 30px;
}
.test .testMoudle9 .part9 .gallery-top .con {
  display: flex;
  justify-content: space-evenly;
}
.test .testMoudle9 .part9 .gallery-top .swiper-slide {
  position: relative;
}
.test .testMoudle9 .part9 .pic {
  left: 0;
  margin: 45px 66px 0 0;
}
.test .testMoudle9 .part9 .pic img {
  display: block;
  width: 492px;
  height: 238px;
  border-radius: 20px;
  margin-bottom: 40px;
  box-shadow: 0 9px 13px rgba(0, 0, 0, 0.05);
}
.test .testMoudle9 .part9 .pic > div {
  width: 492px;
  font-weight: bold;
  font-size: 15px;
  color: #fe5e47;
  line-height: 24px;
}
.test .testMoudle9 .part9 .pic > div p {
  padding-left: 20px;
}
.test .testMoudle9 .part9 .main {
  width: calc(100% - 558px);
  height: 475px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 50px 60px 0 60px;
}
.test .testMoudle9 .part9 .main h3 {
  font-size: 24px;
  color: #323543;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 14px;
}
.test .testMoudle9 .part9 .main .p1 {
  font-size: 18px;
  color: #323543;
  margin: 40px 0 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.test .testMoudle9 .part9 .main .p1 .icon {
  margin-right: 6px;
  width: 24px;
  height: 21px;
}
.test .testMoudle9 .part9 .main .p2 {
  font-size: 15px;
  color: #686a75;
  line-height: 24px;
}
.test .testMoudle9 .part9 .bot {
  position: relative;
}
.test .testMoudle9 .part9 .gallery-thumbs {
  width: 1100px;
  margin: 0 auto;
}
.test .testMoudle9 .part9 .gallery-thumbs .swiper-wrapper {
  height: 66px;
  padding-top: 14px;
  box-sizing: border-box;
}
.test .testMoudle9 .part9 .gallery-thumbs .swiper-slide {
  height: 52px;
  font-size: 18px;
  color: #5b5e69;
  text-align: center;
  line-height: 52px;
  background: #ecf3ff;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
}
.test .testMoudle9 .part9 .gallery-thumbs .swiper-slide i {
  position: absolute;
  top: -11px;
  right: 14px;
  width: 54px;
  height: 22px;
  background: #00cd9a;
  border-radius: 10px 10px 10px 0px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
}
.test .testMoudle9 .part9 .gallery-thumbs .swiper-slide-thumb-active {
  background: linear-gradient(90deg, #2d6cf2, #865dff);
  color: #fff;
}
.test .testMoudle9 .part9 .gallery-thumbs .swiper-slide-thumb-active span {
  font-weight: bold;
}
.test .testMoudle9 .part9 .gallery-thumbs .swiper-button-prev,
.test .testMoudle9 .part9 .gallery-thumbs .swiper-button-next {
  left: 38px;
  top: 6.5px;
  width: 30px;
  height: 33px;
  background: url("/2020gw/images/testpic/pic.png") no-repeat 0 -131px;
  margin: 0;
  opacity: 0.7;
}
.test .testMoudle9 .part9 .gallery-thumbs .swiper-button-next {
  left: auto;
  right: 38px;
  background-position-y: -166px;
}
.test .testMoudle9 .part9 .gallery-thumbs .swiper-button-prev:after,
.test .testMoudle9 .part9 .gallery-thumbs .swiper-button-next:after {
  font-size: 0;
}
.test .testMoudle9 .part9 .gallery-thumbs .swiper-button-prev:hover,
.test .testMoudle9 .part9 .gallery-thumbs .swiper-button-next:hover {
  opacity: 1;
}
.test .testMoudle9 .tryBtn {
  font-size: 18px;
  height: 40px;
  line-height: 42px;
}
.test .testMoudle9 .tryBtn::after {
  top: 12px;
}
.test .testMoudle10 {
  background: url("/pc/module/test/images//part10-bg.jpg") no-repeat center center;
  background-size: cover;
}
.test .testMoudle10 .bigTitle h1 {
  color: #ffffff;
}
.test .testMoudle10 .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.test .testMoudle10 .container:before {
  position: absolute;
  left: 0;
  top: 36px;
  width: 1200px;
  height: 400px;
  content: "";
  z-index: 20;
}
.test .testMoudle10 .swiper-container {
  width: 590px;
  padding: 72px 0 55px;
}
.test .testMoudle10 .swiper-container:before {
  position: absolute;
  left: 0;
  top: 72px;
  width: 100%;
  height: 297px;
  border-radius: 20px;
  background-color: #fff;
  content: "";
}
.test .testMoudle10 .swiper-container:nth-child(2) {
  margin-top: 53px;
}
.test .testMoudle10 .swiper-slide {
  position: relative;
  height: 297px;
  border-radius: 20px;
  z-index: 5;
  /* background-color: #fff; */
}
.test .testMoudle10 .swiper-slide .pic {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 20px;
  overflow: hidden;
}
.test .testMoudle10 .swiper-slide .pic img {
  display: block;
}
.test .testMoudle10 .swiper-slide .con {
  position: absolute;
  left: 290px;
  top: 23px;
  width: 266px;
}
.test .testMoudle10 .swiper-slide .con h3 {
  font-size: 16px;
  color: #1a5bff;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.test .testMoudle10 .swiper-slide .con h3 b {
  display: block;
  font-size: 24px;
  color: #323543;
  line-height: 46px;
}
.test .testMoudle10 .swiper-slide .con p {
  font-size: 15px;
  color: #323543;
  line-height: 20px;
}
.test .testMoudle10 .swiper-slide .con p span {
  position: relative;
  display: block;
  margin-bottom: 6px;
}
.test .testMoudle10 .swiper-slide .con p span:before {
  position: absolute;
  left: -12px;
  top: 7.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1a5bff;
  content: "";
}
.test .testMoudle10 .botp {
  display: flex;
  justify-content: space-around;
  width: 1080px;
  margin: 0 auto 45px;
}
.test .testMoudle10 .botp span {
  height: 43px;
  font-size: 16px;
  color: #fff;
  line-height: 43px;
  border-radius: 10px;
  background-color: #4083ff;
  padding: 0 32px;
}
.test .testMoudle10 .botp b {
  font-size: 18px;
  margin-right: 6px;
}
.test .testMoudle10 .swiper-button-prev,
.test .testMoudle10 .swiper-button-next {
  left: auto;
  right: 94px;
  top: 63px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #3770ff;
  margin: 0;
  z-index: 21;
}
.test .testMoudle10 .swiper-button-next {
  right: 32px;
}
.test .testMoudle10 .swiper-button-prev:after,
.test .testMoudle10 .swiper-button-next:after {
  font-size: 20px;
  color: #6692ff;
  font-weight: bold;
}
.test .testMoudle10 .swiper-button-prev:after {
  margin-left: -3px;
}
.test .testMoudle10 .swiper-button-next:after {
  margin-left: 3px;
}
.test .testMoudle10 .swiper-button-prev:hover:after,
.test .testMoudle10 .swiper-button-next:hover:after {
  color: #fff;
}
.test .testModule11 {
  padding: 100px 0 50px;
}
.test .testModule11 .javabox7 .javabox7_con ul li .a_btn:after {
  padding: 0;
  position: absolute;
  right: 21px;
  top: 18px;
  width: 10px;
  height: 10px;
  background: url(/2020gw/images/javaeepic/pic.png) no-repeat -51px 0;
  content: "";
  border: 0;
  transform: rotate(0);
  opacity: 1;
}
.test .test_box_newsinfo {
  background: #edf1f7;
  padding: 100px 0;
}
.test .test_box_newsinfo .box_In {
  width: 1200px;
  margin: 0 auto;
}
.test .test_box_newsinfo .newsinfo_list {
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
}
.test .test_box_newsinfo .newsinfo_list .list_main {
  position: relative;
  width: 380px !important;
  box-sizing: border-box;
  background-size: 100% 100%;
  padding-top: 18px;
  padding-bottom: 20px;
  background: #f9faff;
  border-radius: 20px;
  border: 2px solid #f9faff;
  box-shadow: none;
}
.test .test_box_newsinfo .newsinfo_list .list_main ul {
  overflow: hidden;
}
.test .test_box_newsinfo .newsinfo_list .list_main ul li {
  width: 290px;
  height: 33px;
  line-height: 33px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.test .test_box_newsinfo .newsinfo_list .list_main ul li span {
  display: inline-block;
  width: 30px;
  font-size: 17px;
  color: #fb654b;
  font-weight: bold;
  box-shadow: none !important;
  margin-right: 0 !important;
}
.test .test_box_newsinfo .newsinfo_list .list_main ul li:nth-child(n + 4) span {
  color: #002bff;
}
